home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / ticker2.zip / scripts / readme.cmd < prev    next >
OS/2 REXX Batch file  |  1996-06-14  |  168b  |  9 lines

  1. /* show file expample  script */
  2.  
  3. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  4. call SysLoadFuncs
  5.  
  6. call 'scripts\showfile.cmd'('readme.txt') 
  7.  
  8. exit
  9.